Download Data
Name Start Address Type Access
DGT_LOG_ITEMS_DATASET 22019 UINT16 R
DGT_LOG_INTERVAL_INDEX_DATASET 22039 UINT16 R
DGT_LOG_START_TIME 22042 UINT16 R
DGT_STORED_BYTES 22210 UINT32 R
DGT_pFLASH_READ 22810 UINT32 R/W
DGT_FLASH_READ 22812 UINT16 R
DGT_LOG_ITEMS_DATASET
- Address: 22019
Read what is logged in the dataset. Value is a bitmask: Bit0: 1 = Temperature logged, Bit1: 1 = Light logged, Bit2: 1 = Humidity logged. In memory: T, TL, TH, THL.
  • Data type: UINT16  (type index = 0)
  • Read-only
  • DIGIT:
DGT_LOG_INTERVAL_INDEX_DATASET
- Address: 22039
Read time interval between log events in the dataset. Index 0=10s, 1=30s, 2=1m, 3=10m, 4=30m, 5=1h, 6=6h
  • Data type: UINT16  (type index = 0)
  • Read-only
  • DIGIT:
DGT_LOG_START_TIME
- Address: 22042
The start time of the logging session: 22042 Year=0 to 99, 22043 Month=1 to 12, 22044 Day=1 to 31, 22045 Weekday=1 to 7, 22046 Hour=0 to 23, 22047 Minutes=0 to 59, 22048 Second=0 to 59
  • Data type: UINT16  (type index = 0)
  • Read-only
DGT_STORED_BYTES
- Address: 22210
Number of bytes of data stored on flash.
  • Data type: UINT32  (type index = 1)
  • Read-only
DGT_pFLASH_READ
- Address: 22810
The read pointer for flash. Auto-incremented, simply initialize with a start address, then use 22812+
  • Data type: UINT32  (type index = 1)
  • Readable and writable
DGT_FLASH_READ
- Address: 22812
Read data from this address and subsequent addresses after pointer is initialized. Used to download data from the Digit.
  • Data type: UINT16  (type index = 0)
  • Read-only